﻿body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  background: #fff;
}

/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/

html {
  -webkit-text-size-adjust: none;
}

/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/

div,
h1,
h2,
h3,
h4,
p,
form,
label,
input,
textarea,
img,
span {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

dl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

dd {
  margin: 0px;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #0b5cac;
  text-decoration: none;
}

.link-blue {
  color: #0b5cac;
  text-decoration: underline;
}

.link-blue:hover {
  color: #0b5cac;
  text-decoration: underline;
}

img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
  border: 0px;
}

.c {
  clear: both;
  overflow: hidden;
}

.main_w {
  margin: 0 auto;
  width: 100%;
}

.main {
  margin: 0 auto;
  width: 1700px;
}

/*****************************************/

.top_w {
  background-color: #e8e8e8;
  height: 40px;
  line-height: 40px;
}

.top_l {
  float: left;
}

.top_r {
  float: right;
  width: 260px;
}

.top_l01 {
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: 25px;
  padding-left: 30px;
  background: url(../images/top_01.png) left center no-repeat;
}

.top_l02 {
  float: left;
  font-size: 14px;
  padding-left: 36px;
  color: #666;
  background: url(../images/top_02.png) left center no-repeat;
}

.top_r03 {
  float: left;
  padding-left: 36px;
  font-size: 14px;
  color: #666;
  background: url(../images/top_03.png) left center no-repeat;
}

.top_r04 {
  float: right;
  font-size: 14px;
  color: #666;
  padding-left: 36px;
  background: url(../images/top_04.png) left center no-repeat;
}

.logo {
  background: url(../images/index_03.jpg) top left no-repeat;
  height: 86px;
  margin: 25px auto;
}

.logo_tel {
  float: right;
  width: 260px;
}

.logo_tel_l {
  width: 210px;
  float: left;
}

.logo_tel_l01 {
  font-size: 18px;
  color: #0d0f0e;
  margin-top: 8px;
  line-height: 24px;
}

.logo_tel_l02 {
  font-size: 28px;
  color: #585555;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -2px;
}

.logo_tel_r {
  float: right;
  margin-top: 12px;
  width: 45px;
}

.logo_tel_r_a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(../images/ss_a.png) center no-repeat #307fd9;
  cursor: pointer;
}

/**************************nav*******************/

.nav_w {
  background-color: #35aae0;
}

.nav ul {
  display: flex;
}

.nav ul li {
  float: left;
  height: 67px;
  flex: 1;
  /*width:188px;**/
  text-align: center;
  border-right: 1px solid #118cc5;
  line-height: 67px;
}

.nav ul li:last-child {
  border-right: 0px solid #118cc5;
}

.nav ul li a {
  font-size: 16px;
  color: #fff;
}

/******************banner*******************/

/* 轮播广告 */

.banner_a {
}

.carousel {
}

.carousel .item {
}

.carousel .item img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  bottom: 300px;
}

.carousel-caption {
  z-index: 10;
}

.carousel-caption p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
}

.navbar-inverse {
  border-bottom: 0;
}

/************/

.lkcon_a_w {
  margin: 40px auto;
}

.lkcon_a {
  display: flex;
  justify-content: space-between;
}

.lkcon_a_l {
  padding-top: 50px;
}

.lkcon_a_l_pic {
  width: 100%;
}

.lkcon_a_l_pic img {
  width: 100%;
}

.lkcon_a_l01 {
  width: 829px;
  height: auto;
  flex: 1 1 auto;
  margin-right: 30px;
  overflow: hidden;
}

.lkcon_a_l02 {
  width: 840px;
  padding-left: 20px;
  height: auto;
  flex: 1 1 auto;
  overflow: hidden;
  background: url(../images/about_j01.jpg) 0 0px no-repeat;
}

.lkcon_a_nr_bt {
  font-size: 24px;
  margin-top: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}

.lkcon_a_nr_bta {
  height: 2px;
  background-color: #ff0000;
  width: 60px;
  margin-bottom: 20px;
}

.lkcon_a_nr_nr {
  font-size: 14px;
  line-height: 30px;
}

.lkcon_a_nr_more {
  margin-top: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #307fd9;
  text-align: center;
  border-radius: 20px;
}

.lkcon_a_nr_more a {
  color: #fff;
}

.lkcon_a_nr_more a:hover {
  color: #ffff00;
}

/***********lkcon_b_w*******************/

.lkcon_b_w {
  margin: 50px auto;
}

.lkcon_b_bt {
  text-align: center;
}

.lkcon_b_bt01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.lkcon_b_bt02 {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-transform: Uppercase;
}

/**********************产品首页************/

.lkcon_b_nr {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-top: 50px;
}

.pro_list {
  width: 100%;
  margin-top: 45px;
}

.pro_list li {
  width: 25%;
  float: left;
}

.pro_list li .pro_img {
  float: left;
  width: 14.2%;
}

.pro_list li .pro_name {
  float: left;
  width: 85.8%;
}

.pro_c_name {
  font-size: 26.76px;
  color: #221c1c;
}

.pro_e_name {
  font-size: 20.57px;
  color: #b8b7b7;
}

.pro {
  width: 96%;
  margin: auto;
  position: relative;
}

.pic img {
  width: 100%;
}

.pro img {
  width: 100%;
}

.pro_intro {
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(48, 127, 217, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  transition: all 0.6s;
}

.pro:hover .pro_intro {
  opacity: 1;
}

.pro_intro .pro_intro_name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 80px;
}

.pro_intro .pro_intro_more {
  margin: 40px auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
}

.pro_intro .pro_intro_more a {
  color: #fff;
}

.pro_intro .pro_intro_more a:hover {
  color: #ffff00;
}

.pro_intro_01 {
  position: absolute;
  top: 30px;
  height: 1px;
  background-color: #fff;
  width: 0;
  margin: 0 3%;
  z-index: 111;
  transition: all 0.8s;
}

.pro_intro_02 {
  position: absolute;
  bottom: 30px;
  right: 0;
  height: 1px;
  background-color: #fff;
  width: 0%;
  margin: 0 3%;
  z-index: 111;
  transition: all 0.8s;
}

.pro_intro_03 {
  position: absolute;
  left: 30px;
  width: 1px;
  background-color: #fff;
  height: 0%;
  top: 5%;
  z-index: 112;
  transition: all 0.8s;
}

.pro_intro_04 {
  position: absolute;
  right: 30px;
  width: 1px;
  background-color: #fff;
  height: 0%;
  bottom: 5%;
  z-index: 112;
  transition: all 0.8s;
}

.pro:hover .pro_intro_01 {
  width: 94%;
}

.pro:hover .pro_intro_02 {
  width: 94%;
}

.pro:hover .pro_intro_03 {
  height: 90%;
}

.pro:hover .pro_intro_04 {
  height: 90%;
}

.swiper-container-horizontal {
  overflow: hidden;
}

.lkpro_sy {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 140px;
  height: 40px;
  margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 100%;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #307fd9;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #307fd9;
}

/***************核心优势*******************/

.lkcon_c_w {
  margin: 50px auto;
  position: relative;
}

.lkcon_c_w_01 {
  background: url(../images/hx_bj.jpg) top center no-repeat;
  padding: 80px 0 0;
}

/*****标题*********/

.lkcon_c_01_bt01 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #333;
}

.lkcon_c_01_bt02 {
  font-size: 18px;
  text-align: center;
  color: #333;
  line-height: 40px;
}

.lkcon_c_01_nr {
  background: url(../images/hx_02.png) center bottom no-repeat;
  height: 620px;
  margin-top: 60px;
  position: relative;
}

/****************1-5****************/

.lkcon_c_01_nr {
  position: relative;
}

.hx01 {
  position: absolute;
}

.hx01_a01 {
  bottom: 100px;
  left: 340px;
  width: 180px;
  text-align: center;
}

.hx01_a02 {
  bottom: 340px;
  left: 470px;
  width: 180px;
  text-align: center;
  z-index: 333;
}

.hx01_a03 {
  bottom: 460px;
  width: 180px;
  text-align: center;
  left: 50%;
  margin-left: -90px;
  z-index: 333;
}

.hx01_a04 {
  bottom: 340px;
  right: 470px;
  width: 180px;
  text-align: center;
  z-index: 333;
}

.hx01_a05 {
  bottom: 100px;
  right: 340px;
  width: 180px;
  text-align: center;
  z-index: 333;
}

.hx01_a {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #307fd9;
}

.hx01_b {
  height: 2px;
  width: 40px;
  margin: 10px auto;
  background-color: #307fd9;
}

.hx01_c {
  font-size: 18px;
  font-weight: normal;
}

/*****************/

.lkhx_a {
  position: absolute;
  z-index: 99;
  width: 640px;
  bottom: 0;
  left: 50%;
  margin-left: -320px;
  height: 550px;
}

.lkhx_a_01 {
  width: 500px;
  height: 500px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #666;
  border-radius: 50%;
  border: 10px solid #fff;
  position: relative;
  z-index: 111;
  bottom: 20px;
  left: 50%;
  margin-left: -250px;
}

.lkhx_a_01 .lkhx_a_01_a {
  position: absolute;
  left: 50%;
  top: 200px;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  z-index: 112;
}

.lkhx_a_01 .lkhx_a_01_a img {
  width: 76px;
  height: 76px;
}

.lkhx_a_01_b {
  width: 500px;
  height: 500px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
}

.lkhx_a_01_b img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.lkhx_a_01_b:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lkhx_a02 {
  position: absolute;
  width: 125px;
  height: 125px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #666;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 222;
}

.lkhx_a02 img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.lkhx_a02:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/***************************多个小图***********/

.lkhx_a02_01 {
  top: 240px;
  left: 20px;
}

.lkhx_a02_02 {
  top: 30px;
  left: 80px;
}

.lkhx_a02_03 {
  top: -50px;
  left: 260px;
}

.lkhx_a02_04 {
  top: 30px;
  right: 80px;
}

.lkhx_a02_05 {
  top: 240px;
  right: 20px;
}

/***************************多个文字***********/

/************************/

.lkcon_c_w_02 {
  background-color: #307fd9;
  color: #fff;
}

.lkcon_c_02_l {
  float: left;
  width: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.lkcon_c_02_r {
  float: right;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 450px;
}

.lkcon_c_02_l01 {
  font-size: 36px;
  line-height: 40px;
  text-align: right;
  font-weight: bold;
}

.lkcon_c_02_l02 {
  font-size: 18px;
  color: #fff;
  text-align: right;
  line-height: 40px;
}

.lkcon_c_02_r01 {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  font-weight: bold;
}

.lkcon_c_02_r02 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  background: url(../images/hx_tel.png) left center no-repeat;
  line-height: 40px;
}

/********************************hx_video*********/

.hx_video {
  display: none;
}

.videos {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height:100%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.vclose {
  position: absolute;
  right: 1%;
  top: 8px;
  border-radius: 100%;
  width: 25px !important;
  height: 25px !important;
  z-index:999999;
}

/****************************/

.foot_w {
  margin: 60px auto;
  padding: 20px 30px !important;
}

/************************/

.foot_bt a {
  font-size: 14px;
  color: #0e0d0d;
  font-weight: bold;
}

.foot_l ul li {
  float: left;
}

.foot_l .foot_nr ul li {
  float: none;
}

.foot_nr ul li a {
  font-size: 14px;
  color: #0e0d0d;
}

.foot_bt {
  margin-bottom: 15px;
  margin-right: 110px;
}

.foot_l {
  overflow: hidden;
  float: left;
}

.foot_r {
  float: right;
  overflow: hidden;
  padding-left: 130px;
  border-left: 1px solid #bdbdbd;
}

.foot_r01,
.foot_r02 {
  float: left;
}

.foot_r01 {
  text-align: center;
}

.foot_r02 {
  margin-left: 15px;
  color: #0e0d0d;
  font-size: 14px;
  line-height: 30px;
}

.foot_r01_name {
  font-size: 14px;
  color: #373333;
}

.copy {
  border-top: 1px solid #dcdcdc;
}

.copys {
  overflow: hidden;
}

.left_copy {
  float: left;
  height: 85px;
  line-height: 85px;
}

.right_copy {
  float: right;
  height: 85px;
  line-height: 85px;
}

.copy a {
  font-size: 14px;
  color: #0e0d0d;
}

.mianbao {
  padding: 40px 0 0;
}

.mianbao .m1360 {
  height: 60px;
  border-bottom: #e6e6e6 3px solid;
}

.mianbao big {
  line-height: 40px;
  font-size: 32px;
  color: #373737;
}

.mianbao ul {
  font-size: 0;
}

.mianbao ul li {
  font-size: 18px;
  color: #585858;
  font-weight: bold;
  line-height: 54px;
  display: inline-block;
  margin-left: 48px;
  position: relative;
  height: 60px;
}

.mianbao ul li a {
  color: #585858;
  transition: 0.6s;
  display: inline-block;
}

.mianbao ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 3px;
  background: #0869ac;
  bottom: 0;
  transition: 0.6s;
}

.mianbao ul li.on a:after,
.mianbao ul li:hover a:after {
  left: 0;
  width: 100%;
}

.mianbao ul li.on a,
.mianbao ul li:hover a {
  color: #0869ac;
}

.fr {
  float: right;
}

.m1360 {
  max-width: 1360px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

#m_n_nav {
  background: #0869ac;
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 99;
  float: left;
  width: 100%;
}

#bnt_back {
  position: absolute;
  left: 16px;
  top: 0;
}

#bnt_back svg {
  fill: #fff;
  height: 30px;
  vertical-align: middle;
  width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
}

#bnt_sub_nav {
  position: absolute;
  right: 16px;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

#bnt_sub_nav svg {
  fill: #fff;
  height: 30px;
  vertical-align: middle;
  width: 26px;
}

#bnt_sub_nav img {
  display: block;
  height: 15px;
}

#bnt_sub_nav.on img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sub_nav_content {
  background: #f0f3f5;
  display: none;
  box-shadow: 0 0 5px #999;
  z-index: 9;
}

#sub_nav_content ul {
  padding: 10px;
}

#sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 16px 0;
}

#sub_nav_content ul li a {
  display: block;
  border-left: 2px solid #104a9e;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: #535455;
}

#sub_nav_content ul li.on a {
  color: #104a9e;
}

#sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
}

#sub_nav_content dt {
  position: relative;
  background: #fff;
  z-index: 999;
  width: 33.333333%;
  display: inline-block;
  margin-bottom: 0;
  float: left;
  text-align: center;
}

#sub_nav_content dt a {
  margin: 0 20px;
  display: block;
  color: #5b5349;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}

#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#sub_nav_content dt a {
}

#sub_nav_content dt.title {
  background: #fafafb;
}

#sub_nav_content dt.title i {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
  background: #fafafb;
}

#sub_nav_content dt.title_on a {
  color: #104a9e;
  border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
  color: #104a9e;
}

#sub_nav_content dt.last a {
  border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
  color: #0869ac;
}

#sub_nav_content dd {
  display: none;
}

#sub_nav_content dd .box {
  padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
  padding: 0 25px;
  line-height: 30px;
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
  color: #5b5349;
  display: block;
  height: 30px;
}

#sub_nav_content dd a.on {
  color: #104a9e;
}

.n_gonggong .title00 {
  text-align: center;
  margin-bottom: 44px;
}

.n_gonggong .title00 h4 {
  font-size: 38px;
  color: #9f9f9f;
  font-family: roboto_l;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 32px;
}

.n_gonggong .title00 h3 {
  font-size: 32px;
  color: #303030;
}

.ar_article p {
  font-size: 16px;
  line-height: 32px;
  color: #4c4c4c;
  margin-bottom: 32px;
}

.ar_article p img {
  max-width: 100%;
  margin: 16px 0;
}

.n_about {
  padding: 70px 0 75px;
}

.n_about .title00 {
  text-align: left;
}

.n_about .left {
  width: 300px;
}

.n_about .right {
  width: calc(100% - 300px);
}

.n_about .img img {
  max-width: 100%;
  margin: 15px 0;
}

.fl {
  float: left;
}

.brand-three .brand-three-t {
  padding: 30px 0;
  text-align: center;
}

.brand-three .brand-three-t li {
  font-size: 28px;
  color: #555;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 17px;
  margin-bottom: 17px;
  position: relative;
  list-style: none;
}

.brand-three .brand-three-t li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #0f6dc2;
  margin-left: -50px;
}

.brand-three .brand-three-t p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

.brand-honor .brand-honor-box {
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
}

.brand-honorswiper {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
  padding: 30px 10px;
  overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
  padding: 30px 15px;
  float: left;
  text-align: center;
  transition: all 0.5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
  margin: 20px auto;
  color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
  width: 100%;
}

.news-next,
.news-prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 52%;
  transition: all 0.5s;
  border-radius: 2px;
  outline: 0;
}

.news-next {
  right: 0;
  background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
  left: 0;
  background: url(../images/new-left.png) no-repeat center center;
}

.n_licheng .fl01 {
  background: url(../images/n_licheng_fl01_bg.jpg) center no-repeat;
  height: 360px;
  margin-top: 45px;
}

.n_licheng .fl01 .w1200 {
  padding: 65px 30px 0;
}

.n_licheng .fl01 h3 {
  font-size: 42px;
  color: #fff;
  line-height: 42px;
  text-transform: uppercase;
  height: 42px;
  margin-bottom: 198px;
  padding: 64px 30px 0;
  font-family: roboto_l;
}

.n_licheng .fl01 .miso_hd {
  width: 75%;
  margin-right: 24px;
  float: right;
}

.n_licheng .fl01 .miso_hd .miso-list {
}

.n_licheng .fl01 .miso_hd li {
  position: relative;
  text-align: center;
}

.n_licheng .fl01 .miso_hd li:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 0;
  background: url(../images/jiantou.png) center no-repeat;
  border-radius: 50%;
  left: 50%;
  margin-left: -11px;
  bottom: 8px;
  transition: 0.6s;
  overflow: hidden;
}

.n_licheng .fl01 .miso_hd li h4 {
  font-size: 42px;
  color: rgba(255, 255, 255, 0.65);
  font-family: font_shuzi;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 91px;
}

.n_licheng .fl01 .miso_hd li h4:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  margin-left: -12px;
  bottom: 26px;
  transform: scale(0);
  transition: 0.6s;
}

.n_licheng .fl01 .miso_hd li h4:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0869ac;
  border-radius: 50%;
  left: 50%;
  margin-left: -6px;
  bottom: 32px;
  transform: scale(0);
  transition: 0.6s;
}

.n_licheng .fl01 .miso_hd .slick-prev,
.n_licheng .fl01 .miso_hd .slick-next {
  width: 60px;
  height: 60px;
  left: -285px;
  top: 22px;
}

.n_licheng .fl01 .miso_hd .slick-prev {
  background: url(../images/left03.png) center no-repeat;
}

.n_licheng .fl01 .miso_hd .slick-next {
  background: url(../images/right03.png) center no-repeat;
  left: -205px;
}

.n_licheng .fl01 .miso_hd li.slick-current h4 {
  color: #fff;
}

.n_licheng .fl01 .miso_hd li.slick-current:before {
  height: 10px;
}

.n_licheng .fl01 .miso_hd li.slick-current h4:before {
  transform: scale(1);
}

.n_licheng .fl01 .miso_hd li.slick-current h4:after {
  transform: scale(1);
}

.n_licheng .fl02 {
  overflow: hidden;
  position: relative;
  top: -39px;
  margin-bottom: -39px;
}

.n_licheng .fl02 .miso_bd h4 {
  float: left;
  font-size: 88px;
  color: #0869ac;
  font-family: font_shuzi;
  text-transform: uppercase;
  padding: 70px 0;
  padding-left: 30px;
}

.n_licheng .fl02 .miso_bd .right {
  width: 78%;
  border-left: #dedede 2px solid;
  padding: 80px 0;
  padding-left: 30px;
  min-height: 228px;
}

.n_licheng .fl02 .miso_bd .right dl dd {
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
  position: relative;
  margin-bottom: 28px;
}

.n_licheng .fl02 .miso_bd .right dl dd:before {
  content: "";
  position: absolute;
  left: -25px;
  width: 10px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #dedede;
}

.n_licheng .fl02 .miso_bd .right dl dd:after {
  content: "";
  position: absolute;
  left: -38px;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  background: #fff;
  border: #dedede 2px solid;
  border-radius: 50%;
}

.n_about .fl01 ul {
  font-size: 0;
  padding: 0;
  padding-bottom: 84px;
  text-align: center;
}

.n_about .fl01 ul li {
  display: inline-block;
  margin: 0 80px;
  text-align: left;
}

.n_about .fl01 ul li h2 {
  font-size: 82px;
  font-family: font_shuzi;
  font-weight: bold;
  color: #0070bd;
  margin-bottom: 10px;
}

.n_about .fl01 ul li h5 {
  font-size: 16px;
  color: #4c4c4c;
}

.n_about .fl02 .box {
  display: inline-block;
  position: relative;
}

.n_about .fl02 .box img {
  position: relative;
  margin: 0;
}

.n_about .fl02 .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -50%;
  top: 50%;
  margin-top: -50%;
  transform: scale(0.3);
  background: #fff;
  border-radius: 50%;
}

.n_about .fl02 .box:before {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-name: intervalHamburgerBorder1;
  animation-name: intervalHamburgerBorder1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes intervalHamburgerBorder1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes intervalHamburgerBorder1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.n_about .fl02 .box .wz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.n_about .fl02 .box .wz h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 32px;
}

.n_about .fl02 .box .wz h4 {
  font-size: 15px;
  color: #d4d4d6;
  font-weight: normal;
  margin-bottom: 40px;
  font-family: roboto_l;
  letter-spacing: 1px;
}

.n_about .fl02 .box .con {
  position: absolute;
  white-space: nowrap;
  font-size: 18px;
  color: #656565;
  font-weight: bold;
  height: 25px;
}

.n_about .fl02 .box .con span {
  position: absolute;
  width: 135px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #636363;
  font-size: 16px;
  color: #fff;
  left: 176px;
  top: -48px;
  display: inline-block;
  font-weight: normal;
}

.n_about .fl02 .box .con h5 {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 28px;
}

.n_about .fl02 .box .con:before {
  width: 120px;
}

.n_about .fl02 .box .con:after {
  width: 25px;
  height: 25px;
}

.n_about .fl02 .box .con01 {
  left: 84%;
  top: 108px;
  padding-left: 176px;
}

.n_about .fl02 .box .con01:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 20px;
  margin-top: -1px;
  border-bottom: #d3d3d3 1px dashed;
}

.n_about .fl02 .box .con01:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  border: #c2c2c2 1px solid;
  border-radius: 50%;
  background: #fff;
}

.n_about .fl02 .box .con02 {
  left: 84%;
  bottom: 108px;
  padding-left: 176px;
}

.n_about .fl02 .box .con02:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 20px;
  margin-top: -1px;
  border-bottom: #d3d3d3 1px dashed;
}

.n_about .fl02 .box .con02:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  border: #c2c2c2 1px solid;
  border-radius: 50%;
  background: #fff;
}

.n_about .fl02 .box .con03 {
  right: 84%;
  bottom: 108px;
  padding-right: 176px;
}

.n_about .fl02 .box .con03:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  border-bottom: #d3d3d3 1px dashed;
}

.n_about .fl02 .box .con03:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  border: #c2c2c2 1px solid;
  border-radius: 50%;
  background: #fff;
}

.n_about .fl02 .box .con03 h5 {
  text-align: right;
}

.n_about .fl02 .box .con04 {
  right: 84%;
  top: 108px;
  padding-right: 176px;
}

.n_about .fl02 .box .con04:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  border-bottom: #d3d3d3 1px dashed;
}

.n_about .fl02 .box .con04:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  border: #c2c2c2 1px solid;
  border-radius: 50%;
  background: #fff;
}

.n_about .fl02 .box .con04 h5 {
  text-align: right;
}

.n_about .fl02 .box .con05 {
  left: 50%;
  bottom: -114px;
  padding-top: 192px;
  transform: translateX(-50%);
}

.n_about .fl02 .box .con05:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  top: 15px;
  left: 50%;
  margin-top: -1px;
  border-right: #d3d3d3 1px dashed;
}

.n_about .fl02 .box .con05:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 50%;
  border: #c2c2c2 1px solid;
  border-radius: 50%;
  background: #fff;
  margin-left: -12px;
}

.n_about .fl02 .box .con05 span {
  left: 50%;
  top: 152px;
  margin-left: -39px;
}

.n_about .fl02 .box .con03 span,
.n_about .fl02 .box .con04 span {
  left: auto;
  right: 176px;
}

.slow.img img {
  transition: 1s;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

.n_about .fl02 {
  padding: 84px 0;
  text-align: center;
}

.n_about .fl02 .box {
  display: inline-block;
  position: relative;
}

.n_news .fl01 {
  padding: 70px 0 52px;
  background: url(../images/n_news_fl01.jpg) center top no-repeat;
  background-size: cover;
}

.n_news .fl01 ul {
  font-size: 0;
  margin: 0 -22px;
}

.n_news .fl01 ul li {
  width: 33.333333%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 22px;
}

.n_news .fl01 ul li .img {
  background: #000;
}

.n_news .fl01 ul li .img,
.n_news .fl01 ul li .img img {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.n_news .fl01 ul li .img a > img {
  opacity: 0.8;
}

.n_news .fl01 ul li .con {
  padding: 32px 32px;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  border: #e2e2e2 2px solid;
  border-top: none;
}

.n_news .fl01 ul li .con:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #15569d;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.n_news .fl01 ul li .con h5,
.n_news .fl01 ul li .con h5 a {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #383838;
  position: relative;
  margin-bottom: 12px;
  font-weight: bold;
}

.n_news .fl01 ul li .con p {
  font-size: 15px;
  color: #6e6e6e;
  line-height: 28px;
  overflow: hidden;
  height: 56px;
  margin: 0 0 24px;
  position: relative;
}

.n_news .fl01 ul li .con h6 {
  font-size: 16px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  position: relative;
  font-family: roboto_m;
  font-weight: 400;
}

.n_news .fl01 ul li .con h6 .icon {
  vertical-align: middle;
  overflow: hidden;
  height: 14px;
  width: 14px;
  fill: #999;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin: -2px 4px 0 0;
}

.n_news .fl01 ul li .img .red-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.n_news .fl01 ul li .img .red-bg {
  background: rgba(0, 0, 0, 0.45);
}

.n_news .fl01 ul li .img .red-bg:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: #15569d;
  border-radius: 50%;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
}

.n_news .fl01 ul li .img .line {
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.n_news .fl01 ul li .img .line_1 {
  width: 16px;
  height: 2px;
  margin: -1px 0px 0px -8px;
  transform: translateX(-16px);
  -webkit-transform: translateX(-16px);
}

.n_news .fl01 ul li .img .line_2 {
  width: 2px;
  height: 16px;
  margin: -8px 0px 0px -1px;
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
}

.n_news.more01 a small {
  color: #fff;
}

.n_news .fl01 .more01 a dl dd span:before {
  background: #fff;
}

.n_news .fl02 {
  padding: 0 0 80px;
}

.n_news .fl02 ul {
  font-size: 0;
  margin: 0;
  border-top: #eaeaea 1px solid;
  margin-bottom: 50px;
}

.n_news .fl02 ul li {
  padding: 40px 0;
  border-bottom: #eaeaea 1px solid;
  position: relative;
}

.n_news .fl02 ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f8f8f8;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.n_news .fl02 ul li a {
  padding: 0;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  display: block;
}

.n_news .fl02 ul li a h5,
.n_news .fl02 ul li a h5 a {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #383838;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.n_news .fl02 ul li a p {
  font-size: 15px;
  color: #6e6e6e;
  line-height: 24px;
  margin: 12px 0 24px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_news .fl02 ul li a h6 {
  font-size: 16px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  position: relative;
}

.n_news .fl02 ul li a h6 .icon {
  vertical-align: middle;
  overflow: hidden;
  height: 16px;
  width: 16px;
  fill: #999;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin: -2px 4px 0 0;
}

.n_news .fl02 ul li a h4 {
  font-size: 15px;
  color: #666666;
  line-height: 20px;
}

.n_news .fl02 ul li a h4 span {
  margin-left: 12px;
}

.n_news_detail {
  padding: 50px 0 80px;
}

.n_news_detail .content {
  display: table;
  width: 100%;
}

.n_news_detail .content .n_left {
  width: calc(100% - 330px);
  display: table-cell;
  padding-right: 70px;
}

.n_news_detail .content .n_left .n_left_box {
  background: #fff;
  padding: 70px 70px;
}

.n_news_detail .content .n_left .title {
  margin-bottom: 40px;
}

.n_news_detail .content .n_left .title h3 {
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 12px;
}

.n_news_detail .content .n_left .title h6 {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}

.n_news_detail .content .n_left .title h6 span {
  position: relative;
  font-size: 13px;
  color: #535353;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  margin-right: 26.8px;
  vertical-align: top;
  font-family: pingfang;
  overflow: hidden;
}

.n_news_detail .content .n_left .title h6 span img {
  margin: -3px 7.2px 0 0;
}

.n_news_detail .content .n_left .title h6 {
  display: inline-block;
  position: relative;
  height: 40px;
  overflow: hidden;
}

.n_news_detail .content .n_left .title h6:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #ff9637;
  display: none;
}

.n_news_detail .content .n_left .title h6 span svg {
  width: 20px;
  height: 20px;
  fill: #808080;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.n_news_detail .content .n_left .title h6 span.shart_box svg {
  width: 26px;
  height: 26px;
  fill: #808080;
}

.fenxiang_box {
  display: inline-block;
  height: 40px;
}

.fenxiang_box:hover #j_shart_s_24 {
  display: inline-block;
}

.page {
  margin: 0px auto 0px auto;
}

.page .box {
  display: inherit;
  width: 100%;
  text-align: center;
}

.page a {
  padding: 0 14px;
  height: 38px;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #dddddd;
  margin: 0 2px;
  color: #4f4f4f;
  font-size: 14px;
  transition: 0.36s;
}

.page .on {
  background: #0869ac;
  color: #fff !important;
  border: 1px solid #0869ac;
}

.page a font {
  font-size: 14px;
  font-family: "SimSun";
  color: rgb(68, 68, 68);
}

.page span {
}

.page a:hover {
  background: #0869ac;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #0869ac;
}

.page a:hover font {
  color: #4f4f4f;
}

.page a.u_bnt {
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.n_product {
  padding: 70px 0 40px;
}

.n_product .n_left {
  width: 290px;
}

.n_product .n_left > ul {
  border-bottom: #dcdcdf 2px solid;
}

.n_product .n_left > ul > li.li {
  position: relative;
}

.n_product .n_left > ul > li.li a {
  width: 85%;
  display: inline-block;
}

.n_product .n_left > ul > li.li a:hover {
  text-decoration: none;
  color: #393939;
}

.n_product .n_left > ul > li.on > .a a:hover,
.n_product .n_left > ul > li.on01 > .a a:hover {
  color: #fff;
}

.n_product .n_left > ul > li > .a {
  display: block;
  height: 65px;
  border: #dcdcdf 2px solid;
  line-height: 61px;
  padding: 0 18px;
  font-size: 16px;
  color: #343434;
  border-bottom: none;
  position: relative;
}

.n_product .n_left > ul > li i {
  position: absolute;
  position: absolute;
  width: 30px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: url(../images/more001.png) center no-repeat;
  cursor: pointer;
}

.n_product .n_left > ul > li .ul {
  border: #dcdcdf 2px solid;
  border-top: none;
  border-bottom: none;
  display: none;
}

.n_product .n_left > ul > li .ul > ul {
  overflow: hidden;
  padding: 0;
}

.n_product .n_left > ul > li .ul > ul li {
  padding: 4px 0;
}

.n_product .n_left > ul > li .ul > ul > li > a {
  font-size: 14px;
  color: #343434;
  height: 34px;
  line-height: 34px;
  padding: 0 16px 0 44px;
  position: relative;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n_product .n_left > ul > li .ul > ul > li > a:before {
  content: "";
  position: absolute;
  background: url(../images/jiantou01.png) center no-repeat;
  width: 13px;
  height: 12px;
  left: 20px;
  top: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.36s;
}

.n_product .n_left > ul > li.on > .a,
.n_product .n_left > ul > li.on01 > .a {
  background: #0869ac;
  border: #0869ac 2px solid;
  color: #fff;
}

.n_product .n_left > ul > li.on > .a a,
.n_product .n_left > ul > li.on01 > .a a {
  color: #fff;
}

.n_product .n_left > ul > li.li.on01 i {
  background: #0869ac url(../images/more001_on.png) center no-repeat;
  border: #0869ac 2px solid;
  color: #fff;
}

.listpros {
  width: 100%;
  overflow: hidden;
}

.listpros a {
  display: block;
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 2%;
}

.listpros a .listprosimg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.listpros a .listprosimg img {
  width: 100%;
  transition: all 0.3s;
}

.listpros a .listprosimg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}

.listpros a .listprosimg div span {
  width: 64px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 16px;
}

.listpros a p {
  font-size: 18px;
  color: #444;
  line-height: 44px;
  margin: 0;
}

.listpros a:nth-child(3n) {
  margin-right: 0;
}

.listpros a:hover .listprosimg img {
  transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
  opacity: 1;
}

.n_product .n_right {
  width: calc(100% - 340px);
}

.listWrapper {
  padding: 40px 0 60px 0;
  overflow: hidden;
  background: #f4f4f4;
}

.grWidth {
  max-width: 1360px;
  padding: 0 10px;
  margin: auto;
}

.pTitle {
  font-size: 30px;
  font-weight: normal;
  color: #0f6dc2;
  margin: 0;
  margin-bottom: 20px;
}

.proIndex {
  margin-bottom: 40px;
  overflow: hidden;
}

.proIndex ul {
  width: 100%;
  overflow: hidden;
}

.proIndex li {
  float: left;
  width: 24.5%;
  background: #fff;
  margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.proIndex li img {
  width: 100%;
  transition: all 0.5s;
}

.proIndex li .font {
  padding: 10px 15px 0 15px;
  color: #999;
  text-align: center;
  line-height: 22px;
}

.proIndex li h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.proIndex li .font p {
  text-align: left;
}

.proIndex li:nth-child(1) {
  width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
  width: 100%;
}

.proIndex li:nth-child(1) .font {
  padding: 10px 35px 5px 35px;
  font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
  font-size: 18px;
  height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
  color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
  color: #0f6dc2;
}

.proIndex li:nth-child(1) .box {
  height: 90px;
  margin-bottom: 10px;
  overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
  display: inline-block;
  width: 90px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #999;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s;
  border-radius: 3px;
  font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
  background: #0f6dc2;
}

.proIndex li:hover {
  box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
  color: #0f6dc2;
}

.pTitle a {
  float: right;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.proIndex1 {
  margin-bottom: 40px;
  overflow: hidden;
}

.proIndex1 ul {
  width: 100%;
  overflow: hidden;
}

.proIndex1 li {
  float: left;
  width: 24.5%;
  background: #fff;
  margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.proIndex1 li img {
  width: 100%;
  transition: all 0.5s;
}

.proIndex1 li .font {
  padding: 10px 15px 0 15px;
  color: #999;
  text-align: center;
  line-height: 22px;
}

.proIndex1 li h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.proIndex1 li .font p {
  text-align: left;
}

.proIndex1 li:hover {
  box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
  color: #0f6dc2;
}

.productshow_top {
  overflow: hidden;
}

.product-show-pic {
  width: 52%;
}

.product-show-pic img {
  max-width: none;
}

.jqzoom > img {
  width: 100%;
  height: auto;
}

.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 310px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

/* 图片小图样式 */

.spec-preview {
  width: 78%;
  float: left;
}

.spec-scroll {
  width: 18%;
  overflow: hidden;
  float: right;
  margin-top: 3px;
}

.spec-scroll a.prev {
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/gotop.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
  background: url(../img/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/gobottom.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

.spec-scroll a.next:hover {
  background: url(../img/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
  width: 100%;
  height: 445px;
  overflow: hidden;
  position: relative;
}

.spec-scroll .items ul {
  position: absolute;
  width: 100%;
}

.spec-scroll .items ul li {
  width: 100%;
  height: 115px;
  text-align: center;
}

.spec-scroll .items ul li img {
  width: 100%;
  height: 90px;
  cursor: pointer;
  border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
  border: 1px solid #0f6dc2;
}

/* 产品右侧简介样式 */

.proShwo_right {
  width: 45%;
  overflow: hidden;
  font-size: 14px;
}

.proShwo_right .title {
  font-size: 30px;
  color: #0f6dc2;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 20px;
}

.proShwo_right .font strong {
  font-size: 18px;
  color: #333;
}

.proShwo_right .phone {
  background: url("../img/picon2.jpg") no-repeat left center;
  padding-left: 25px;
  margin-bottom: 25px;
  color: #5fb139;
}

.proShwo_right .phone span {
  font-size: 22px;
  font-family: Arial;
}

.proShwo_right .btn {
  padding: 0;
  display: inline-block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #5fb139;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 20px;
  transition: all 0.3s;
}

.proShwo_right .btn2 {
  background: #0f6dc2;
}

.proShwo_right .btn:hover {
  opacity: 0.8;
}

.gr-tab-list {
  overflow: hidden;
  margin-top: 40px;
}

.gr-tab-list .hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
}

.gr-tab-list .hd li {
  width: 150px;
  float: left;
  text-align: center;
  background: #f2f2f2;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.gr-tab-list .hd li.on {
  background: #0f6dc2;
  color: #fff;
}

.gr-tab-list .hd li.on::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 70px;
  border: 6px solid transparent;
  border-top-color: #0f6dc2;
}

.gr-tab-list .bd {
  overflow: hidden;
  padding-top: 15px;
  font-size: 14px;
}

.sWrapper .sMain {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  max-width: 1360px;
  margin-bottom: 20px;
}

.p12-aboutinfo-1 {
  max-width: 1360px;
  margin: auto;
  overflow: hidden;
}

.p12-aboutinfo-1 .tit {
  height: 160px;
  background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg) no-repeat
    center 91px;
  clear: both;
  text-align: center;
}

.p12-aboutinfo-1 .tit span {
  display: block;
  font-size: 28px;
  color: #000;
  padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
  font-style: normal;
  color: #999;
  text-transform: uppercase;
  font-family: "Times New Roman";
  padding-top: 18px;
  display: block;
}

.g-gywm {
  height: 530px;
  max-width: 1360px;
  margin: auto;
  overflow: hidden;
}

.wm-l {
  width: 40%;
  float: left;
  color: #fff;
  height: 460px;
  overflow: hidden;
  background: #0f6dc2;
  padding: 60px 0 0 40px;
}

.wm-l h4 {
  font: 20px "Microsoft YaHei";
  line-height: 60px;
  padding-bottom: 30px;
  margin: 0;
}

.wm-l li {
  font: 16px "Microsoft YaHei";
  color: #fff;
  line-height: 40px;
}

.wm-l li b {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.wm-r {
  float: left;
  width: 60%;
}

#map {
  width: 100%;
  height: 460px;
  border: 1px solid rgb(204, 204, 204);
  font-size: 12px;
}

.map-title {
  font-size: 16px;
  line-height: 24px;
}

.map-list {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-top: 6px;
}

.listcontacts {
  width: 100%;
  background: #f1f1f1;
  overflow: hidden;
}

.listcontacts > div {
  max-width: 1360px;
  margin: 5rem auto;
  overflow: hidden;
}

.listcontacts > div > span {
  font-size: 28px;
  color: #6a6a6a;
}

.listcontacts > div > span > i {
  font-style: normal;
  font-size: 19px;
  color: #8d8c8c;
  font-family: Arial Regular;
  text-transform: uppercase;
  margin-left: 5px;
}

.listcontactsTitle {
  overflow: hidden;
  margin-top: 3rem;
}

.listcontactsTitle input {
  height: 58px;
  display: block;
  float: left;
  padding-left: 47px;
  box-sizing: border-box;
  width: 48%;
  font-size: 16px;
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  outline: none;
}

.listcontactsTitle input:nth-child(1) {
  background: url(../image/122.png) left 0 no-repeat #fff;
  background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
  float: right;
  background: url(../image/123.png) left 0 no-repeat #fff;
  background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
  background: url(../image/124.png) left 0 no-repeat #fff;
  background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
  float: right;
  background: url(../image/125.png) left 0 no-repeat #fff;
  background-position: 12px;
}

.listcontactsTextarea {
  width: 100%;
  border: 1px solid #ccc;
  background: url(../image/126.png) left 0 no-repeat #fff;
  background-position: 12px 16px;
  padding-left: 47px;
  font-size: 16px;
  padding-top: 18px;
  height: 174px;
  outline: none;
}

.listcontactsubmit {
  text-align: center;
  margin-top: 3rem;
}

.listcontactsubmit input {
  background: #0f6ec2;
  color: #fff;
  border: 0;
  width: 260px;
  height: 50px;
  font-size: 16px;
  margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
  background: #484848;
}

.listpros1 a:nth-child(3n) {
  margin-right: 4%;
}

.listpros1 a:nth-child(4n) {
  margin-right: 0;
}

.listpros1 a {
  display: block;
  width: 22%;
  float: left;
  margin-right: 4%;
  margin-bottom: 2%;
}

.brand-three,
.nfoot,
.ncopy {
  background: #f7f7f7;
}

.nfoot {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ab_2_1 {
  max-width: 1200px;
  margin: 66px auto;
  background-color: #fff;
  font-size: 0;
}

.ab_2 {
  overflow: hidden;
  width: 100%;
}

.ab_2_1 ul {
  list-style-type: none;
  display: block;
  font-size: 0;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.ab_2_1 ul li {
  display: block;
  float: left;
  width: 50%;
  height: 335px;
}

.ab_2_1 ul li h1 {
  font-size: 40px;
  color: #0f6dc2;
  padding-top: 24px;
  padding-left: 46px;
}

.ab_2_1 ul li h2 {
  font-size: 25px;
  color: #333333;
  margin-top: 27px;
  margin-left: 46px;
  border-left: 3px solid #0f6dc2;
}

.ab_2_1 ul li p {
  font-size: 16px;
  line-height: 25px;
  padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
  width: 100%;
  height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
  padding-left: 12px;
  margin-top: 73px;
}

.search-box {
  width: 28%;
  position: fixed;
  right: 0;
  top: 137px;
  display: none;
  z-index: 10;
  background: #118cc5;
  padding: 18px 2%;
}

.search-box .close {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/wel26.png) no-repeat center;
  background-size: 100%;
  margin-top: 2px;
  opacity: 1;
  line-height: 35px;
  color: #fff;
}

.search-box form {
  width: 76%;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.search-box form .text {
  font-size: 12px;
  border: none;
  background: none;
  padding: 0 28px 0 18px;
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  outline: none;
  border: 1px solid #fff;
}

.search-box form .submit {
  width: 24px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -15px;
  background: url(../images/searchcopy.png) no-repeat center;
  border: none;
}

.search-box form .text::-webkit-input-placeholder {
  color: #fff;
}

.search-box form .text:-moz-placeholder {
  color: #fff;
}

.search-box form .text::-moz-placeholder {
  color: #fff;
}

.search-box form .text:-ms-input-placeholder {
  color: #fff;
}

.nptitle {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  background: #307fd9;
}

.item a {
  color: #fff;
}

.item a:hover {
  color: #0b5cac;
}

.about-history-list .slides li .item:hover a {
  color: #0b5cac;
}

.about-history-list .slides li .item:hover a:hover {
  color: #0b5cac;
}

 #toolbar {
        position: fixed;
        z-index: 9999;
        right: 33px;
        bottom: 30%;
    }
    
    #toolbar li {
        margin-bottom: 3px;
        font-size: 0;
        width: 57px;
        height: 57px;
        right: 0;
        position: relative;
    }
    
    #toolbar li a {
        display: block;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
        width: 57px;
        height: 57px;
        overflow: hidden;
        transition: all .5s ease;
        white-space: nowrap;
        font-size: 0;
    }
    
    #toolbar li .iconfont {
        display: inline-block;
        vertical-align: middle;
        width: 57px;
        height: 57px;
        background-color: #35aae0;
        vertical-align: middle;
        text-align: center;
        line-height: 57px;
        color: #fff;
        font-size: 12px;
        padding-top: 15px;
    }
    
    #toolbar li .wz {
        display: inline-block;
        line-height: 57px;
        font-size: 14px;
        color: #fff;
        vertical-align: middle;
        padding-left: 10px;
    }
    
    #toolbar li .ewm-box {
        position: absolute;
        z-index: 1;
        padding: 5px;
        width: 110px;
        right: 120%;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: all .7s;
    }
    
    #toolbar li p {
        margin-bottom: 0;
    }
    
    #toolbar li img {
        max-width: 100%;
    }
    
    #toolbar li:after {
        content: '';
        position: absolute;
        right: -5px;
        bottom: 20px;
        @include arrow(right,
        5px,
        $themecolor);
    }
    
    #toolbar li .icon {
        background-position: -57px -180px;
    }
    
    #toolbar li:hover .ewm-box {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    #toolbar .backtop {
        cursor: pointer;
        background-color: #35aae0;
    }
    
    .iconfont {
        color: #fff;
    }
    
    #toolbar li:hover a {
        width: 200px;
        background-color: #35aae0;
    }
    
    #toolbar li:hover .iconfont {
        background-color: #35aae0 !important;
    }
    
    .icon-qq {
        background: url(../images/QQ1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-iconfontphone {
        background: url(../images/tel1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-msnui-qr-code {
        background: url(../images/erwei1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-wenjianxiazaiicon {
        background: url(../images/liuyan1.png) center no-repeat;
        background-position-y:5px; 
    }
    
    .icon-arrowup {
        background: url(../images/backtop.png) center no-repeat;
        background-color: #35aae0 !important;
    }
    #toolbar li:first-child:hover .icon-qq{
        background: url(../images/QQ1.png) center no-repeat;
    }
    #toolbar li:nth-child(2):hover .icon-iconfontphone{
        background: url(../images/tel1.png) center no-repeat;
    }
    #toolbar li:nth-child(4):hover .icon-wenjianxiazaiicon {
        background: url(../images/liuyan1.png) center no-repeat;
    }

@media (min-width: 768px) {
  .n_news .fl01 ul li .box .img:hover .red-bg {
    opacity: 1;
    visibility: visible;
  }

  .n_news .fl01 ul li .box .img:hover .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1700px) {
  .main_w {
    padding: 0 30px;
  }

  .main {
    width: 100%;
  }

  /****关于我们首页********/
  .lkcon_a_nr_nr {
    line-height: 24px;
  }

  .lkcon_a_nr_bt {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .lkcon_a_nr_bta {
    height: 2px;
    width: 60px;
    margin-bottom: 10px;
  }

  /********************/
  .lkcon_c_w {
    width: 100%;
    padding: 0px 0;
  }

  .lkcon_c_w_01 {
    width: 100%;
    padding: 80px 0 0;
  }

  /*********************************/
  .hx01_a01 {
    bottom: 100px;
    left: 280px;
    width: 180px;
    text-align: center;
  }

  .hx01_a05 {
    bottom: 100px;
    right: 280px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a02 {
    bottom: 340px;
    left: 400px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 400px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }
}

@media (max-width: 1600px) {
  /*****************核心优势****************/
  .hx01_a01 {
    bottom: 100px;
    left: 240px;
    width: 180px;
    text-align: center;
  }

  .hx01_a05 {
    bottom: 100px;
    right: 240px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a02 {
    bottom: 340px;
    left: 340px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 340px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }
}

@media (max-width: 1470px) {
  /*****************核心优势****************/
  .hx01_a01 {
    bottom: 100px;
    left: 170px;
    width: 180px;
    text-align: center;
  }

  .hx01_a05 {
    bottom: 100px;
    right: 170px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a02 {
    bottom: 340px;
    left: 280px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 280px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .foot_bt {
    margin-right: 80px;
  }
}

@media (max-width: 1370px) {
  /*****************核心优势****************/
  .hx01_a01 {
    bottom: 100px;
    left: 130px;
    width: 180px;
    text-align: center;
  }

  .hx01_a05 {
    bottom: 100px;
    right: 130px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a02 {
    bottom: 340px;
    left: 270px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 270px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .foot_r {
    padding-left: 70px;
  }
}

@media (max-width: 1330px) {
  .logo {
    background: url(../images/index_03_a.jpg) top left no-repeat;
  }

  /****关于我们首页********/
  .lkcon_a_w {
    margin: 10px auto;
  }

  .lkcon_a_nr_nr {
    line-height: 22px;
    font-size: 13px;
  }

  .lkcon_a_l01 {
    width: 829px;
    flex: 1 1 auto;
    margin-right: 10px;
    overflow: hidden;
  }

  .lkcon_a_nr_bt {
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .lkcon_a_nr_bta {
    height: 2px;
    width: 60px;
    margin-bottom: 10px;
  }

  .lkcon_a_nr_more {
    display: none;
  }

  /*****************核心优势****************/
  .hx01_a01 {
    bottom: 100px;
    left: 100px;
    width: 180px;
    text-align: center;
  }

  .hx01_a05 {
    bottom: 100px;
    right: 100px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a02 {
    bottom: 340px;
    left: 200px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 200px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  /*************/
  .lkcon_c_02_l {
    width: 360px;
  }

  .lkcon_c_02_l01 {
    font-size: 28px;
  }

  .lkcon_c_02_l02 {
    font-size: 14px;
  }

  .lkcon_c_02_r {
    width: 360px;
  }

  .lkcon_c_02_r01 {
    font-size: 28px;
  }

  .foot_r {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  /*****************核心优势****************/
  .hx01_a01 {
    bottom: 100px;
    left: 10px;
    width: 180px;
    text-align: center;
  }

  .hx01_a05 {
    bottom: 100px;
    right: 10px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_c {
    font-size: 14px;
  }

  /**************************/
  .hx01_a02 {
    bottom: 340px;
    left: 180px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 180px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .foot_bt {
    margin-right: 60px;
  }

  .foot_r {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 1150px) {
  .lkcon_a {
    display: block;
  }

  .lkcon_a_l {
    width: 100%;
    flex: 0 0 auto;
    padding-top: 10px;
  }

  .lkcon_a_l02 {
    padding-top: 45px;
    margin-top: 10px;
    background: url(../images/about_j02.jpg) 0 0px no-repeat;
  }

  .lkcon_a_nr_more {
    display: block;
  }

  /**************************/
  .hx01_a02 {
    bottom: 340px;
    left: 130px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  .hx01_a04 {
    bottom: 340px;
    right: 130px;
    width: 180px;
    text-align: center;
    z-index: 333;
  }

  /*************/
  .lkcon_c_02_l {
    width: 300px;
  }

  .lkcon_c_02_l01 {
    font-size: 24px;
  }

  .lkcon_c_02_l02 {
    font-size: 12px;
  }

  .lkcon_c_02_r {
    width: 300px;
  }

  .lkcon_c_02_r01 {
    font-size: 24px;
  }

  .foot_bt {
    margin-right: 50px;
  }
}

@media (max-width: 1000px) {
  .main_w {
    padding: 0 10px;
  }

  .logo {
    background: url(../images/index_03_b.jpg) top left no-repeat;
    margin: 25px auto 0px;
  }

  .logo_tel {
    width: 230px;
  }

  .logo_tel_l {
    width: 180px;
  }

  .logo_tel_l01 {
    margin-top: 2px;
    font-size: 14px;
  }

  .logo_tel_l02 {
    font-size: 24px;
  }

  /**************************/
  .lkcon_c_w_01,
  .lkcon_c_w {
    padding: 50px 0 0;
  }

  .lkhx_a {
    display: none;
  }

  .lkcon_c_01_bt02 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 20px;
  }

  .lkcon_c_01_nr {
    background: none;
  }

  /*************/
  .hx01 {
    position: static;
    clear: both;
    padding: 0 10px;
    margin-bottom: 8px;
  }

  .lkcon_c_01_nr {
    height: auto;
    margin: 10px auto 20px;
  }

  .hx01_a {
    float: left;
    font-size: 22px;
    margin-right: 5px;
    line-height: 24px;
  }

  .hx01_b {
    display: none;
  }

  .hx01_a01 {
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
  }

  .hx01_a05 {
    width: 100%;
    text-align: left;
  }

  .hx01_a02 {
    width: 100%;
    text-align: left;
  }

  .hx01_a03 {
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }

  .hx01_a04 {
    width: 100%;
    text-align: left;
  }

  /*********hx_video*************/
  .hx_video {
    display: block;
    padding: 0 10px;
    margin-top: 25px;
  }

  /********************/
  .lkvideo {
    padding: 0 10px;
    clear: both;
    position: relative;
    left: 49%;
    margin: 0 auto;
    width: 100%;
    height: 270px;
  }

  .videos {
    display: block;
    position: static;
    width: 100%;
    margin-top: 34%;
  }

  .vclose {
    display: none;
  }

  .foot_bt {
    margin-right: 25px;
  }
}

@media (max-width: 880px) {
  .lkvideo {
    height: 230px;
  }

  .newsy_l {
    float: left;
  }

  .newsy_r {
    float: right;
    /*margin-top: 30px;
        margin-bottom: 30px;*/
  }

  .newsy_r ul li {
    margin-left: 0;
    margin-right: 10px;
  }

  .foot_r01,
  .foot_r02 {
    float: none;
  }

  .foot_l {
    display: none;
  }

  .foot_r {
    float: none;
    text-align: center;
  }

  /******************首页新闻**********/
  .about-history-list .slides li:nth-child(odd) .item {
    top: 44px;
    bottom: auto;
    padding: 0 0 44px;
  }

  .about-history-list .slides li:nth-child(odd) .item:before {
    top: auto;
    bottom: -51px;
  }

  .about-history-list .slides li:nth-child(odd) .item h3 {
    top: auto;
    bottom: 0;
  }

  .about-history-list .slides li:nth-child(odd) .item h3:before {
    top: 100%;
  }

  .about-history-list .slides li:nth-child(odd) .item:after {
    top: auto;
    bottom: -45px;
  }

  .about-history-list .slides li {
    height: 285px;
  }

  .about-history-list .flex-viewport:before {
    bottom: 0;
    top: auto;
  }

  .about-history-list .flex-direction-nav {
    position: relative;
  }
}

@media (max-width: 760px) {
  .main_w {
    padding: 0 10px;
  }

  .main {
    width: 100%;
  }

  .logo {
    height: 70px;
    background: url(../images/index_03_c.jpg) top left no-repeat;
  }

  .top_r {
    float: right;
    width: auto;
  }

  .top_r04 {
    display: none;
  }

  .top_l01 {
    display: none;
  }

  .logo_tel {
    width: 200px;
  }

  .logo_tel_l {
    width: 150px;
  }

  .logo_tel_l01 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 20px;
  }

  .logo_tel_l02 {
    font-size: 22px;
    line-height: 24px;
  }

  .logo_tel_r {
    display: none;
    margin-top: 0;
  }

  .logo_tel {
    width: 150px;
  }

  /**********************导航************/
  .main_w.nav_w {
    padding: 0 0;
    background: none;
  }

  .nav ul {
    flex-wrap: wrap;
  }

  .nav ul li {
    align-content: space-between;
    margin-bottom: 3px;
    height: 36px;
    line-height: 36px;
    background-color: #35aae0;
    flex: 1 1 33%;
  }

  .nav ul li:nth-child(3n) {
    border-right: 0px solid #118cc5;
  }

  .nav ul li a {
    font-size: 14px;
  }

  /**************************/
  .lkcon_c_w_01 {
    padding: 30px 0 0;
  }

  /********/
  .lkvideo {
    padding: 0 10px;
    clear: both;
    position: relative;
    left: 48%;
    margin: 0 auto;
    width: 100%;
    height: 200px;
  }

  .lkcon_c_w {
    margin: 10px auto;
    padding: 0;
  }

  .lkcon_c_01_bt01 {
    font-size: 30px;
  }

  .left_copy,
  .right_copy {
    float: none;
    height: auto;
    line-height: 40px;
    text-align: center;
  }

  .about-history {
    padding: 64px 34px 0px;
  }
}

@media (max-width: 768px) {
  .ab_2_1 ul li img {
    width: 100%;
    height: auto;
  }

  .ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 31px;
  }

  .ab_2_1 ul li h2 {
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    margin-left: 16px;
  }

  .ab_2_1 ul li p {
    font-size: 14px;
    line-height: 25px;
    padding: 12px 20px 0 15px;
    margin-bottom: 22px;
  }

  .ab_2_1 {
    max-width: 1200px;
    margin: 66px auto;
    background-color: #fff;
    font-size: 0;
  }

  .ab_2_1 ul li {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 13px;
  }

  .ab_2_1 ul li h1 {
    font-size: 22px;
    padding-top: 24px;
    padding-left: 13px;
  }
}

@media (max-width: 660px) {
  .lkvideo {
    height: 180px;
  }

  /**************/
  .lkcon_c_02 {
    margin: 20px auto;
  }

  .lkcon_c_02_l {
    width: 100%;
    float: none;
    text-align: center;
    margin: 10px auto;
  }

  .lkcon_c_02_l01 {
    font-size: 24px;
  }

  .lkcon_c_02_l02 {
    font-size: 12px;
  }

  .lkcon_c_02_r {
    width: 100%;
    float: none;
    text-align: center;
    margin: 10px auto;
  }

  .lkcon_c_02_l01 {
    text-align: center;
    font-size: 30px;
  }

  .lkcon_c_02_l02 {
    text-align: center;
  }

  .lkcon_c_02_r01 {
    text-align: center;
    font-size: 30px;
  }

  .lkcon_c_02_r02 {
    text-align: center;
    background: none;
    font-size: 18px;
  }

  .newsy_r ul li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    float: none;
    text-align: center;
    padding: 0;
    width: 120px;
  }
}

@media (max-width: 590px) {
  .lkvideo {
    height: 160px;
  }
}

@media (max-width: 500px) {
  .lkvideo {
    height: 140px;
  }
}

@media (max-width: 400px) {
  .lkvideo {
    height: 110px;
  }
}

@media (max-width: 320px) {
  .lkvideo {
    height: 100px;
  }
}

/* banner */
.swiper-container-banner {
  position: relative;
}

.swiper-container-banner img {
  width: 100%;
}

.swiper-pagination-banner {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  bottom: 50px !important;
}

.swiper-pagination-banner .my-bullet {
  margin: 0 5px;
  width: 50px;
  height: 5px;
  background-color: #fff;
}

.swiper-pagination-banner .my-bullet-active {
  background-color: #307fd9;
}

.flex-direction-nav:nth-of-type(2) {
  display: none;
}
